object FAnalizarOtrosElementos: TFAnalizarOtrosElementos Left = 411 Top = 172 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'An�lisis' ClientHeight = 409 ClientWidth = 367 Color = 14609391 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter Scaled = False OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Icono: TImage Left = 22 Top = 18 Width = 32 Height = 32 AutoSize = True Center = True Picture.Data = {} Transparent = True end object TxtInfoAnalizar: TLabel Left = 72 Top = 16 Width = 172 Height = 16 Caption = 'Analizar otros elementos' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object TxtInfoSeleccionar: TLabel Left = 72 Top = 40 Width = 257 Height = 13 Caption = 'Por favor, selecciona el elemento que deseas analizar.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object BCerrar: TPlaButton Left = 248 Top = 376 Width = 104 Height = 21 Caption = 'Cerrar' TabOrder = 0 Cancel = True ModalResult = 2 end object LPVElementos: TPlaListView Left = 16 Top = 72 Width = 337 Height = 289 CanSortByColumn = False CanMoveColumns = False CanResizeColumns = False Color = clWhite CheckBoxes = False Columns = < item Width = 333 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] end> DragCursor = crDrag DragMode = dmManual HideSelection = False ImageList = CDImagenes.ILElementosAnalisis MultiSelect = False ParentColor = False ShowColumnHeaders = False TabOrder = 1 OnDblClick = BAnalizarClick OnSelectItem = LPVElementosSelectItem Data = {000100000000FE} end object BAnalizar: TPlaButton Left = 128 Top = 376 Width = 105 Height = 21 Caption = 'Analizar' Enabled = False TabOrder = 2 OnClick = BAnalizarClick Default = True end end